chore: release v1.1045.0 - #12643
Merged
Merged
Conversation
Co-authored-by: asset-generation-bot <action@github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…alance reads (#12639) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ints by performance (#12640) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
#12641) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All six commits map to flags that are ON in production (
VITE_FEATURE_CETUS_SWAP,VITE_FEATURE_STARKNET,VITE_FEATURE_NEAR,VITE_FEATURE_ZCASHare alltruein.envwith no production override), so everything lands in Section 1.Production changes - testing required
Sui swaps via Cetus
Flips
VITE_FEATURE_CETUS_SWAPtotruein.env, so Sui-native swaps are live in production for the first time (previously dev-only since #11240). Test that Sui and Sui token pairs return rates and quotes instead of "no rates available", and take at least one Sui swap end to end through quote, sign, and broadcast.Starknet and NEAR RPC endpoints
Lava's public endpoints now return 410 Gone, so both chains moved off them; the Starknet migration also fixed nonce and balance reads that were latent behind Lava's older RPC spec. Test Starknet account load (balances, token balances) and a Starknet send to confirm the nonce is correct, and confirm NEAR balances, sends, and NEAR Intents swaps still work with no console RPC errors.
Portfolio account discovery
Account discovery no longer starts before the generated asset data has loaded, so second-class EVM chains and Starknet no longer scan zero tokens and silently report empty balances. Test with a fresh page load and cleared cache: connect a wallet holding tokens on a second-class EVM chain and on Starknet, and confirm those token balances appear without a manual refresh.
Zcash sends
Updates the consensus branch ID to
0x37a5165bfor the NU6.3 activation, which was causing every Zcash broadcast to be rejected withbad-tx-consensus-branch-id-mismatch. Test a real Zcash send from a native wallet and confirm it broadcasts and confirms on chain.Fixes, deps, and infra
Routine regeneration of the generated asset list and metadata. No testing required.
Dev/local only - no production testing required
No commits in this release are behind a feature flag that is off in production.